Scheduler for WinForms
MappingCollectionBase<T> クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : MappingCollectionBase<T> クラス
The type of the objects for mapping. It should be derived from the BasePersistableObjectclass and have the default parameter-less constructor.
Represents a collection of mappings for properties of the BasePersistableObject object to the appropriate data fields. Names of properties are keys in this collection.
オブジェクト モデル
MappingCollectionBase<T> クラス
シンタックス
'宣言
 
Public Class MappingCollectionBase(Of T As {New, BasePersistableObject}) 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of String,MappingInfo)
public class MappingCollectionBase<T> : System.Collections.ObjectModel.KeyedCollection<string,MappingInfo> 
where T: new(), BasePersistableObject
型パラメータ
T
The type of the objects for mapping. It should be derived from the BasePersistableObjectclass and have the default parameter-less constructor.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.MappingCollectionBase<T>
            C1.Schedule.AppointmentMappingCollection
            C1.Schedule.BaseObjectMappingCollection<T>

参照

MappingCollectionBase<T> メンバ
C1.Schedule 名前空間